home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / view16.zip / VIEW16.DOC < prev    next >
Text File  |  1991-12-17  |  2KB  |  45 lines

  1. 12-17-91
  2.  
  3. VIEW16 is a program that can display some TARGA format files on an ATI VGA
  4. WONDER XL in 32,000 color mode. In addition, it can Compress an uncompressed
  5. TARGA file, and show a series of TARGA files in a slide show.
  6.  
  7. It will read 16, 24, or 32 bit files, Compressed or not, forward or reverse
  8. encoded. It also reads the colormap included in 32 bit files, but doesn't use
  9. it for anything.
  10. If a file is greater than 640x480 pixels it will be truncated to fit.
  11.  
  12. the command is:
  13.  
  14. view16 <inputfilename> <-c -snnn -wnnn <outputfilename>>
  15.  
  16. where:
  17.  
  18. "inputfilename" is the name of the TARGA file you wish to view
  19. "-c" is a switch which indicates that you wish to compress an existing file
  20. "outputfilename" is the name to give to the compressed file
  21. "-snnn" will scan the current directory for all .TGA files and display them
  22.         "nnn" times
  23. "-wnnn" will cause the automatic display mode to Wait for "nnn" seconds
  24.         between pictures
  25.  
  26. EXAMPLES:
  27.  
  28. 1) To view the targa file "abc.tga" type:
  29.                 view16 abc.tga
  30.  
  31. 2) To compress a targa file "abc.tga" to the file "abc.tgc"
  32.                 view16 -c abc.tga abc.tgc
  33.  
  34. 3) Display all the targa files in the current directory 10 times, with a
  35.    15 second pause between each picture
  36.                 view16 -s10 -w15
  37.  
  38.    Note: to abort the display, press any key while the screen is being
  39.          written. The keyboard is ignored during the Wait mode.
  40.  
  41. Frank Dziuba
  42.  
  43. Compuserve      76326,166
  44. Internet        frank@smartstar.com
  45.